Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create json schema and example yaml for an object #9

Closed
kfarr opened this issue Mar 20, 2023 · 3 comments
Closed

create json schema and example yaml for an object #9

kfarr opened this issue Mar 20, 2023 · 3 comments

Comments

@kfarr
Copy link
Contributor

kfarr commented Mar 20, 2023

to help with the goal of having a public model browsing interface

Required fields for each model:

  • id (model mixin string, no spaces only A-Za-z0-9 and "-" symbols)
  • name (a display name supporting any unicode characters)
  • description (string, <280 chars)
  • preview (image URL)
  • asset (URL)
  • category (one of vehicle, character, building, mobility, etc...)

optional fields:

  • long description (string, basic markdown supported)
  • model dimensions (string of height, width, depth in meters)
  • license name (string, short <255 chars)
  • license details (string, long >255 chars)
  • license link (URL)
  • copyright details
  • author name
  • author link
  • streetmix segment name and/or variant (type?)
  • source file (URL)
@kfarr
Copy link
Contributor Author

kfarr commented Mar 20, 2023

Here's a v1 of this schema generated by GPT-4 from the above ticket
3dstreet-model-schema-0.0.1.json.zip

@kfarr
Copy link
Contributor Author

kfarr commented Mar 25, 2023

@kfarr
Copy link
Contributor Author

kfarr commented Oct 9, 2024

@kfarr kfarr closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant