Author Topic: UML Profile for JSON  (Read 4830 times)

salayande

  • EA User
  • **
  • Posts: 224
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
UML Profile for JSON
« on: February 12, 2018, 10:25:22 am »
I am creating JSON schema and I would like to understand what concepts in EA class diagrams map to JSON schema concepts. This would require the publication of the UML Profile for JSON in use by the Schema Composer. can anyone point me in the right direction. thank you in anticipation.

Dah Sra

  • EA User
  • **
  • Posts: 279
  • Karma: +19/-1
    • View Profile
Re: UML Profile for JSON
« Reply #1 on: February 12, 2018, 05:08:33 pm »
I am creating JSON schema and I would like to understand what concepts in EA class diagrams map to JSON schema concepts.

You can map only
  • Inheritace
  • Attributes and
  • Associations


Please refer http://sparxsystems.com/downloads/whitepapers/the-schema-composer.pdf for more details


HTH
Arshad

salayande

  • EA User
  • **
  • Posts: 224
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: UML Profile for JSON
« Reply #2 on: February 21, 2018, 07:13:05 am »
Thank you, Arshad. :)