Independent Submission M. Dumler Internet-Draft University of Texas at Dallas Intended status: Standards Track April 30, 2020 Expires: November 1, 2020 JSResume: A JSON representation of resume data draft-dumler-jsresume-00 Abstract This specification defines a data model and JSON representation of resume data that can be used for storage and data exchange in human resource and professional networking applications. Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on November 1, 2020. Copyright Notice Copyright (c) 2020 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Dumler Expires November 1, 2020 [Page 1] Internet-Draft JSResume April 2020 Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 2. Security Considerations . . . . . . . . . . . . . . . . . . . 2 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 2 4. References . . . . . . . . . . . . . . . . . . . . . . . . . 2 4.1. Normative References . . . . . . . . . . . . . . . . . . 2 4.2. Informative References . . . . . . . . . . . . . . . . . 2 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 3 1. Introduction This document defines a data model for resume data in electronic human resource and professional networking applications and systems. Comments are solicited and should be addressed to the author(s). The representation of this data model is defined in the I-JSON format [RFC7493], which is a strict subset of the JavaScript Object Notation (JSON) Data Interchange Format [RFC8259]. Using JSON is mostly a pragmatic choice: its widespread use makes JSResume easier to adopt, and the availability of production-ready JSON implementations eliminates a whole category of parser-related interoperability issues. 2. Security Considerations TBD 3. IANA Considerations TBD 4. References 4.1. Normative References [RFC7493] Bray, T., Ed., "The I-JSON Message Format", RFC 7493, DOI 10.17487/RFC7493, March 2015, . 4.2. Informative References [RFC8259] Bray, T., Ed., "The JavaScript Object Notation (JSON) Data Interchange Format", STD 90, RFC 8259, DOI 10.17487/RFC8259, December 2017, . Dumler Expires November 1, 2020 [Page 2] Internet-Draft JSResume April 2020 Author's Address Matt Dumler University of Texas at Dallas 800 W Campbell Rd Richardson TX 750230 United States of America Phone: +1469-878-1470 Email: mattd3v@protonmail.com Dumler Expires November 1, 2020 [Page 3]