-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Summary:
Currently there is a Prefab system for objects, but no documentation or schema published.
What is the relevance of this feature?
Proper documentation is necessary to allow the feature to expand and mature.
There are many needs for the schema to be published to allow automation of DCC and dynamically generated content.
As the Prefab system expands, having a properly defined and documented schema will allow developers to implement new features in a consistent manner.
Feature design description:
The schema should follow industry standards as defines here: https://json-schema.org/ and possibly be explored further with Docson.
What are the advantages of the feature?
Clear concise documentation on the schema will ensure the feature stays consistent and extensible.
What are the disadvantages of the feature?
None
How will this be implemented or integrated into the O3DE environment?
There is no real integration, however there may be the possibility of automated publication of the schema through code generation.
How will users learn this feature?
They will learn through the developer documentation site.