-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I'm trying to create a (standalone) List Resource, in which case I have to implement the RawV(5|6)Schemas method. Basically, the logic is to new a resource, then call its .Schema() and .IdentitySchema(), and assign these schemas to the response of the method.
However, there isn't an obvious way to convert:
- Resource schema
schema.Schematotfprotov5/6.Schema - Identity schema
identityschema.Schematotfprotov(5|6).ResourceIdentitySchema
On the other hand, the SDKv2 has those helper methods:
Does this mean to support List Resource under fw, the only option is to extend the Resource?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request